﻿.info-pos{
    width: 100%;
    padding: 40px;
    text-align: center;
}

.carousel-indicators-numbers .ellipsis {
    cursor: default;
    padding: 0 5px !important;
    border: none;
    padding: 0;
    font-size: 18px;
    display: inline-block;
    list-style: none;
    color: #0067ac !important;
}

.afiliacion-container {
    display: flex
;
    justify-content: center;
    align-items: start;
    width: 100%;
}

.parrafoBotonesPersona{
    text-align: left;
    padding: 0px;
    line-height: 0px;
    font-size: 13px !important;
    color: #999999 !important;
}

.tituloBotonesPersona{
       margin: 0;
        padding: 0px;
        padding-bottom: 15px;
        text-align: left;
        color: #0067ac !important;
        font-size: 18px !important;
}

.btns-afiliacion{
    display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 65%;
        height: 150px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
}


.btns-afiliacionIOS{
    display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 65%;
        height: 150px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
}

.texto-botones-persona{
    padding: 15px;
}

.botones-Persona{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bloque-ventaQR{
    display: none;
}

.bloque-ventaQR.active{
    display: block;
}

.bloque-ventaQRIOS{
    display: none;
}

.bloque-ventaQRIOS.active{
    display: block;
}

.bloque-afiliacion{
    display: none;
}

.bloque-afiliacion.active{
    display: block;
}

.bloque-afiliacionIOS{
    display: none;
}

.bloque-afiliacionIOS.active{
    display: block;
}

.btns-soluciones{
    display: flex
    ;
        justify-content: start;
        align-items: center;
        width: 90%;
        height: 80px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 10px 15px;
        cursor: pointer;
        margin-bottom: 20px;
}

.btns-solucionesIOS{
    display: flex
    ;
        justify-content: start;
        align-items: center;
        width: 90%;
        height: 80px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 10px 15px;
        cursor: pointer;
        margin-bottom: 20px;
}

.texto-botones-solucion{
    padding: 0px;
}

.bloque-solucion{
    display: none;
}

.bloque-solucion.active{
    display: block;
}

.bloque-solucionIOS{
    display: none;
}

.bloque-solucionIOS.active{
    display: block;
}

.parrafoBotonesSolucion{
    text-align: left;
    padding: 0px;
    line-height: 0px;
    font-size: 16px !important;
    color: #999999 !important;
}

.tituloBotonesSolucion{
    margin: 0;
    padding: 0px;
    text-align: left;
    color: #0067ac !important;
    line-height: 1 !important;
}

.botones-solucion{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.venta-container{
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btns-ventasQR{
    display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 150px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
}

.btns-ventasQRIOS{
    display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 150px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
}


.ocultar{
    display: none;
}

.rotate-2 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.text-red{
    color: red;
}

.info-pos .row{
    display: flex;
    justify-content: center;
}

.content-info-pos{
    padding: 20px;
    width: 90%;  
    min-height: 620px;
    margin-bottom: 20px; 
    border-radius: 20px;
    border: 2px solid #F8FBFC;
    box-shadow: 0 0 15px rgba(44,59,137,0.1);
    background-color: #fff;;

    position: relative;
    top: -100px;
    z-index: 2;

    display: none;
}

.content-info-pos.active{
    display: block;
}

.controls{
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

    display: flex;
    justify-content: center;
}


.controls .btn-controls {
    padding: 10px 30px;
    font-family: VAGRoundedLTProBold !important;
    font-size: 15px;
    background-color: #006EB8;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;

    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

.controls .btn-controls:hover {
    background-color: rgb(0, 83, 138);
    /* transition: .5s ease-in-out; */
}
.controls .btn-controls {
    padding: 10px 30px;
    font-family: VAGRoundedLTProBold !important;
    font-size: 15px;
    background-color: #006EB8;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;

    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

.controls .btn-controls.activo{  
    font-family: VAGRoundedLTProBold !important;
    font-size: 16px;
    background-color: #fff;
    padding-top: 20px;
    color: #0091DF !important; 
    z-index: 9;
    margin-top: -20px;
    border-radius: 20px 20px 0px 0px;
}

.contenedorCentro{
    display: flex;
}

.content-frecuentes{
    flex-direction: row !important;
    justify-content: start !important;
    align-items: start !important;
}

.content-info-verifone,
.content-anulacion,
.content-devolucion,
.content-conexion,
.content-soluciones, 
.content-frecuentes,
.content-venta{
    margin: auto;
    flex-direction: column;
}

.content-soluciones{
    height: 100%;
}

.controls-verifone, .controls-soluciones{
    width: 65%;
    padding: 10px 0px;
    margin: 20px 0px;

    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;

}

.bloque-pos, .bloque-verifone, .bloque-soluciones{
    display: none;
}

.bloqueActivo{
    display: flex;
    justify-content: center; 
    align-items: center;
}

.btn-activo{
    background-color: #E9F4FA;
    border: 1px solid #F8FBFC;
}

.controls-verifone li, .controls-soluciones li{
    padding: 10px;
    font-size: 16px;
    background-color: #FAFCFD;
    color: #006EB8;
    outline: none;
    border: none;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.controls-verifone li:hover, .controls-soluciones li:hover{
    background-color: #eee;
    transition: .5s ease-in-out;
}


.controls-verifone li.active-btn-verifone,
.controls-soluciones li.active-btn-verifone{  
    font-family: VAGRoundedLTProBold !important;
    background-color: #0091DF;
    color: #fff !important;
}

.content-info-verifone .description{
    text-align: center;
    font-size: 16px !important;
    margin-bottom: 25px !important;
}

.wrapper-slider{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider{
    width: 100%;
}

.slider-img{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
    margin: 20px auto;
}

.slider-img i{
    font-size: 40px;
}

.slider-img i.on{
    color: #0091DF;
}

.slider-img i.off{
    color: #efefef;
}

.slider-pagination{
    display: flex;
    gap: 10px;
    margin: 20px 0px;
}


.slider-pagination div{
    background-color: #E9F4FA;
    border: 2px solid #0091DF;
    color: #0091DF;
    padding: 5px 10px;
    border-radius: 100%;
    font-family: VAGRoundedLTProBold;
}

.slider-pagination div.active{
    padding: 5px 10px;
    border-radius: 100%;
    background-color: #0091DF;
    color: #fff !important;
}



/* List Soluciones */
.list-soluciones{
    counter-reset: custom-counter;
    padding-left: 10px;
}

.list-soluciones li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    color: #2C3B89 !important;
    font-family: VAGRoundedLTProBold !important;
}

.list-soluciones li::before{
    content: counter(custom-counter);
    counter-increment: custom-counter;
    position: absolute;
    left: -10px;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 1px;
    background-color: #0091DF;
    color: #fff;
    text-align: center;
    vertical-align: center;
}

.list-soluciones.list-scroll{
    overflow-y: scroll;
    height: 200px;
}

/* Content-soluciones */
.voucher,
.cierre,
.comunicacion,
.bateria{
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: start;

}

.img-voucher{
    align-self: flex-start;
}

.img-voucher img{
    display: block;
    margin: auto;
}

.info-voucher{
    padding: 0px;
}

.info-voucher .des-voucher{
    padding-bottom: 20px;
    font-size: 16px !important;
    line-height: 1.2 !important;

}


/* Frecuentes */
.preguntas{
    display: flex;
    flex-wrap: wrap;
}

.img-preguntas{
    border-radius: 20px;
}

.btns-ventasQR img{
    width: 65px;
}

.btns-ventasQRIOS img{
    width: 65px;
}

.solucion-pasos{
    width: 65%;
}

#flechaCard1{
    width: 45px;
}

#flechaCard2{
    width: 45px;
}
#flechaCard3{
    width: 45px;
}

#flechaCard4{
    width: 45px;
}

.btns-afiliacion img{
    width: 65px;
}

.btns-afiliacionIOS img{
    width: 65px;
}

.img-preguntas img{
    width: 85%;
}

.content-preguntas-list{
    height: 500px;
    overflow-y: scroll;
    display: flex
;
    padding-top: 0px !important;

}

.panel-body{
    text-align: left !important;
}

.content-preguntas-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.content-preguntas-list::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .6);
    border-radius: 8px;
}

.content-preguntas-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}

.carousel-indicators{
    bottom: -25px !important;
    margin-bottom: 20px !important;
}

.num-indicator{
    display: block;
}


/* Secciones */
.section-none{
    display: none;
}
@media (max-width: 1200px) {
    .carousel-indicators li{
        border: 1px solid #0189c1 !important;
    }

    .num-indicator{
        display: none;
    }

    .ellipsis {
        display: none !important;
    }

    .afiliacion-container {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .btns-afiliacion {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 120px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .btns-afiliacionIOS {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 120px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .botones-solucion {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 80%;
    }

    .botones-solucion {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 80%;
    }

    .solucion-pasos {
        width: 90%;
    }

    .content-frecuentes {
        flex-direction: column-reverse !important;
        justify-content: center !important;
    align-items: center !important;
    }

    .img-preguntas img {
        width: 60%;
        display: none;
    }

    .carousel-indicators {
        bottom: -20px !important;
        left: 0%;
        width: 100%;
        margin-left: 0;
    }

    .venta-container {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .btns-ventasQR {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 120px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .btns-ventasQRIOS {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 120px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .controls-verifone, .controls-soluciones {
        width: 75%;
        padding: 10px 0px;
        margin: 20px 0px;
        display: flex
    ;
        justify-content: center;
        gap: 5px;
        align-items: center;
        flex-direction: column;
    }
}

@media(max-width: 768px){

    .slider-pasos .carousel-control, .img-voucher .carousel-control {
        opacity: 1;
        align-self: center;
    }

    .carousel-indicators li{
        border: 1px solid #0189c1 !important;
    }

    .info-pos{
        width: 100%;
        padding: 0px;
        position: relative;
    }
    
    .botones-solucion {
        display: flex
;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: 80%;
        overflow-x: auto;
        margin-right: 16px;
    }

.tituloBotonesSolucion{
	font-size: 18px !important;
}

.card .icon {
    width: 90px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    /* max-width: 100%; */
    height: auto;
    width: 270px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.slider-pasos .flexed {
    min-height: auto !important;
    max-height: auto !important;
}

.texto-contenedor .accordion-title h4{
    font-family: VAGRoundedLTProLight !important;
    font-size: 16px !important;
}

    .content-info-pos{
        padding: 5px;
        top: 0;

    }

    .controls{
        top: -32px;
        gap: 5px;
    }
    
    .controls .btn-controls {
        padding: 10px;
        display: flex;
        align-items: center;
    }
    

    .controls button{
        padding: 10px 5px;
        font-size: 14px;    
    }
    
    .controls button.active{  
        font-size: 14px;
    }
    
    .content-info-verifone{
       /* display: flex; */
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }

    .controls-verifone, .controls-soluciones{
        flex-wrap: wrap;
        margin: 0px;
        width: 100%;
    }

    .controls-verifone button{
        padding: 10px 5px;
        width: 100%;
    }   


    .content-info-verifone .description{
        text-align: center;
        padding-bottom: 30px;
    }

    /* Soluciones */
    .voucher,
    .cierre,
    .comunicacion,
    .bateria{
        flex-wrap: wrap;
        width: 100%;
    }

    .img-voucher{
        flex: 100%;
    }
    
    .info-voucher{
        flex: 100%;
    }

    /* List Soluciones */
    .list-soluciones.list-scroll{
        overflow-y: none;
        height: auto;
    }

    /* preguntas */
    .img-preguntas{
        display: none;
    }
    
    .panel-body .slider-pasos{
        display: flex
        ;
            flex-direction: column-reverse;
            align-items: center;
            justify-content: center;
    }
    
    .list-preguntas{
        flex: 100%;
    }

    .content-preguntas-list {
        height: 470px;
    }
    
    .afiliacion-container {
        display: flex
        ;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
    }

    .solucion-pasos {
        width: 100%;
    }

    .btns-afiliacion {
        display: flex
;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 120px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .venta-container {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .btns-ventasQR {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 120px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .btn-activo{
        background-color: #F8FBFC;
        border: 1px solid #E9F4FA;
    }

    .btns-ventasQRIOS {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 120px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .slider-pasos .celular, .img-voucher .celular {
        height: auto !important;
    }

    .btns-afiliacionIOS {
        display: flex
;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 120px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
        padding: 20px 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }
}

@media (max-width: 1024px){
        /* preguntas */
        .img-preguntas{
            flex: 100%;
        }
        
        .btn-activo{
            background-color: #F8FBFC;
            border: 1px solid #E9F4FA;
        }

        .list-preguntas{
            flex: 100%;
        }

           /* Soluciones */
    .voucher,
    .cierre,
    .comunicacion,
    .bateria{
        flex-wrap: wrap;
        width: 100%;
    }

    .img-voucher{
        flex: 100%;
    }
    
    .info-voucher{
        flex: 100%;
    }

}

@media (max-width: 320px){
    .slider-pasos .celular, .img-voucher .celular {
        height: auto !important;
    }

    .btn-activo{
        background-color: #F8FBFC;
        border: 1px solid #E9F4FA;
    }
    }